home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / src / GLperf3.12-src.lha / GLperf / y.tab.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-21  |  663 b   |  36 lines

  1. typedef union {
  2.   AttributePtr attr;
  3.   AttributeListPtr attrList;
  4.   PropertyPtr prop;
  5.   PropertyListPtr propList;
  6.   PropNameListPtr propNameList;
  7.   TestPtr test;
  8.   TestListPtr testList;
  9.   SuitePtr suite;
  10.   int ival;
  11.   float fval;
  12.   double dval;
  13.   short sval;
  14.   unsigned uval;
  15. } YYSTYPE;
  16. #define    testName    258
  17. #define    attrName    259
  18. #define    wildcard    260
  19. #define    PropName    261
  20. #define    errorName    262
  21. #define    openCurly    263
  22. #define    closeCurly    264
  23. #define    openBracket    265
  24. #define    closeBracket    266
  25. #define    openParen    267
  26. #define    closeParen    268
  27. #define    From    269
  28. #define    To    270
  29. #define    step    271
  30. #define    Percent    272
  31. #define    Printf    273
  32. #define    comma    274
  33.  
  34.  
  35. extern YYSTYPE yylval;
  36.